home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / LOGO / H282.ZIP / MSWLOGO.ZIP / LOGOLIB.ZIP / WHILE < prev    next >
Encoding:
Text File  |  1992-10-07  |  150 b   |  7 lines

  1. .macro while :while.cond :while.instr
  2. if not run :while.cond [op []]
  3. op se :while.instr (list "while :while.cond :while.instr)
  4. end
  5.  
  6. bury "while
  7.